home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
74381
/
74381.xpi
/
content
/
bindings
/
columnpopup.xml
Wrap
Extensible Markup Language
|
2010-02-09
|
1KB
|
41 lines
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xbl="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<binding id="columnPopup" extends="chrome://global/content/bindings/popup.xml#popup">
<resources>
<stylesheet src="chrome://multicolumnbookmarks/skin/columnpopup.css"/>
</resources>
<content>
<xul:vbox anonid="topbox" >
</xul:vbox>
<xul:arrowscrollbox anonid="box" class="popup-internal-box" flex="1" orient="vertical">
<children/>
</xul:arrowscrollbox>
</content>
</binding>
<binding id="scrollbox" extends="chrome://global/content/bindings/scrollbox.xml#scrollbox">
<resources>
<stylesheet src="chrome://multicolumnbookmarks/skin/columnpopup.css"/>
</resources>
<content>
<html:div anonid="box" class="popupcolumn-div">
<children/>
</html:div>
</content>
<implementation>
<field name="div">
document.getAnonymousElementByAttribute(this, 'anonid', 'box');
</field>
</implementation>
</binding>
</bindings>